object SynthEditorForm: TSynthEditorForm Left = 195 Top = 106 BorderIcons = [] BorderStyle = bsSingle Caption = 'SynthForm' ClientHeight = 51 ClientWidth = 241 Color = clBlack Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poDefault Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object SynthPanel: TWPControl Left = 0 Top = 0 Width = 241 Height = 51 Align = alClient Color = 5452845 ParentColor = False ParentShowHint = True object FreqMinWheel: TLineWheel Tag = 1 Left = 49 Top = 14 Width = 13 Height = 13 Hint = '|^b^aMin freq' Options = [wwBigLine] MoveSpeed = 128 SlowMotionDiv = 4 Min = -1200 Max = 1200 Value = -600 DefaultValue = -600 OnChange = CutoffWheelChange MouseButton = mbLeft HotSideX = 10 HotSideY = 10 PopupMenu = SynthResModule.WheelMenu StartOffset = 0.150000005960464500 LineColor = 14275530 LinePressedColor = 33023 LineThickness = 1 end object DecayWheel: TLineWheel Tag = 3 Left = 127 Top = 14 Width = 13 Height = 13 Hint = '|^b^aAmp decay' Options = [wwBigLine] MoveSpeed = 16 SlowMotionDiv = 4 Max = 256 Value = 128 DefaultValue = 128 OnChange = CutoffWheelChange MouseButton = mbLeft HotSideX = 10 HotSideY = 10 PopupMenu = SynthResModule.WheelMenu StartOffset = 0.150000005960464500 LineColor = 14275530 LinePressedColor = 33023 LineThickness = 1 end object MaxFreqWheel: TLineWheel Left = 14 Top = 14 Width = 13 Height = 13 Hint = '|^b^aMax freq' Options = [wwBigLine] MoveSpeed = 256 SlowMotionDiv = 4 Min = -2400 Max = 3600 DefaultValue = 0 OnChange = CutoffWheelChange MouseButton = mbLeft HotSideX = 10 HotSideY = 10 PopupMenu = SynthResModule.WheelMenu StartOffset = 0.150000005960464500 LineColor = 14275530 LinePressedColor = 33023 LineThickness = 1 end object FreqSpeedWheel: TLineWheel Tag = 2 Left = 84 Top = 14 Width = 13 Height = 13 Hint = '|^b^aFreq decay' Options = [wwBigLine] MoveSpeed = 16 SlowMotionDiv = 4 Max = 256 Value = 64 DefaultValue = 64 OnChange = CutoffWheelChange MouseButton = mbLeft HotSideX = 10 HotSideY = 10 PopupMenu = SynthResModule.WheelMenu StartOffset = 0.150000005960464500 LineColor = 14275530 LinePressedColor = 33023 LineThickness = 1 end object DistWheel: TLineWheel Tag = 5 Left = 213 Top = 14 Width = 13 Height = 13 Hint = '|^b^aDistortion' Options = [wwBigLine] MoveSpeed = 8 SlowMotionDiv = 4 Max = 128 DefaultValue = 0 OnChange = CutoffWheelChange MouseButton = mbLeft HotSideX = 10 HotSideY = 10 PopupMenu = SynthResModule.WheelMenu LineColor = 14275530 LinePressedColor = 33023 LineThickness = 1 end object ClickWheel: TLineWheel Tag = 4 Left = 170 Top = 14 Width = 13 Height = 13 Hint = '|^b^aClick' Options = [wwBigLine] MoveSpeed = 8 SlowMotionDiv = 4 Max = 64 Value = 32 DefaultValue = 32 OnChange = CutoffWheelChange MouseButton = mbLeft HotSideX = 10 HotSideY = 10 PopupMenu = SynthResModule.WheelMenu StartOffset = 0.150000005960464500 LineColor = 14275530 LinePressedColor = 33023 LineThickness = 1 end end end